home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7184 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.1 KB

  1. Path: news2.ios.com!usenet
  2. From: vlad@gramercy.ios.com (Vlastimil Adamovsky)
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: "SHOULD I DUMP VISUAL BASIC?"
  5. Date: Thu, 22 Feb 1996 04:15:00 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <4ggpue$mca@news2.ios.com>
  8. References: <4e9g08$3dp@maureen.teleport.com> <4e9oji$me5@news-2.csn.net> <4ebko9$8tn@hasle.sn.no> <4egdqm$app@shore.shore.net> <4eiogb$cas@hasle.sn.no> <310CFB3E.114B@mail.inett.no> <4etkm5$n3p@newshost.cyberramp.net> <4etn2k$ho4@vixen.cso.uiuc.edu> <4f3hi7$390e@news-s01.ny.us.ibm.net> <4f6mi5$qts@news-s01.ny.us.ibm.net> <Pine.SOL.3.91.960206154930.13139C-100000@shiva.hunter.cuny.edu> <4fajo6$4b1@hasle.sn.no> <4fbkh0$8au@news4.digex.net> <4ftr5f$jg7@dot.cstone.net>
  9. NNTP-Posting-Host: ppp-61.ts-7.hck.idt.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. scottv@cstone.net (Scott) wrote:
  13.  
  14. >Remember that software developement is big task which includes the pain 
  15. >stacking customization of the interface ... C++ does not allow for easy and 
  16. >fast customizing of interfaces that enviroments like Delpi and VB support.
  17.  
  18. You really should not need any language at all in order to be able to
  19. create GUI. We do have persistency, which in this case can complely
  20. replace programing. 
  21. Still, I think VB has a great future.
  22.  
  23. >A misunderstood fact about pcode in VB is that it must be so slow because 
  24. >each instruction must be interpretted.  One statement in VB may be the 
  25. >equivalent of 100 statements in C++ 
  26.  
  27. May be or may be not. The statements are internaly only functions.
  28. Thus, if you do your homework, you can write shorter programs with C++
  29. than with VB.
  30.  
  31. >We are putting the finishing touches on a training package that currently has 
  32. >full screen full motion video.  The video contains actors that can be touched 
  33. >using a touch screen or a mouse - these movie real life actors are tracked 
  34. >dynamically to determine who got touched.  The program simulates a party at 
  35. >the ambassadors party in paris where you can interact with people in real 
  36. >time.  The entire program is based in Visual Basic attached to an Access 2.0 
  37. >database using a handful of VBX controls.  you would never think that Visual 
  38. >Basic was used to develope the package ... and the time saving was unreal 
  39. >compared to full developement in C++.
  40.  
  41. You should not forget that you probably used VB only as a "shell"
  42. programming language. In what language is everything really
  43. implemented? I agree that VB is very good in putting all those pieces
  44. together.
  45.  
  46. >This is not comparison to go to VB over C++, but never underestimate the 
  47. >power of a software package...Use the right tool for the right job.  Which in 
  48. >many cases is several packages for mixed language developement.
  49. In the most cases.
  50. Yes you should avoid to be tied only to one particular language. 
  51. In Europe, people usually speak 3-4 languages. Only those people can
  52. be more succesful than those speaking only one language    
  53.  
  54.  
  55. I agree with your points...
  56. *******************************************
  57. *    Vlastimil Adamovsky                  *
  58. * Smalltalk, C++ and Envelop development  *
  59. *******************************************
  60.  
  61.